net.nssSource.source (field)
9 uses
net (current package)
conf.go#L369: if src.source == "files" || src.source == "dns" {
conf.go#L374: if src.source == "files" {
conf.go#L382: first = src.source
conf.go#L389: case hostname != "" && src.source == "myhostname":
conf.go#L400: case hostname != "" && stringsHasPrefix(src.source, "mdns"):
conf.go#L435: if v.source == "dns" {
nss.go#L103: source string // e.g. "compat", "files", "mdns4_minimal"
nss.go#L213: source: src,
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |